home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 599.swf / scripts / frame_165 / DoAction.as
Text File  |  2006-01-17  |  248b  |  13 lines

  1. i = "0";
  2. while(!(listb.substr(i + "1","1") eq ""))
  3. {
  4.    p = listb.substr(i + "1","1");
  5.    set("card" add (p + "1") add ":hand",hand);
  6.    tellTarget("card" add (p + "1"))
  7.    {
  8.       gotoAndStop("hide");
  9.       play();
  10.    }
  11.    i += "1";
  12. }
  13.